[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Conholio 0.7r



Hi,

On Thursday 15 July 2010, Vincent Rivière wrote:
> My favourite ncurses tests are:
> firework
> railroad
> rain
> tclock
> xmas
>
> They are good starting points.

My favorite curses test program is:
	http://myman.sourceforge.net/
:-)

But the curses games mentioned here could be fun too:
	http://www.linuxjournal.com/article/9901

(And many Linux users are still of the opinion that "mutt" is the only
real program for reading mail despite many GUI programs being
also available for mail reading...)



Btw. Here are notes from Wterm manual about how to get some console
programs support mouse clicks:

* Emacs: execute (M-x) the "xterm-mouse-mode" function or add this
  line to your ‘~/.emacs’ file:
            (xterm-mouse-mode 1)

* Jed: create an alias in your startup script:
            alias xjed="jed -f ’evalfile(\"mousex\")’"

* Midnight Commander file manager / browser: run with the "-x" option.

* Tin news reader: turn ON the ‘use_mouse’ option in ‘~/.tin/tinrc’.

* Slrn news reader: run with "-m" option or use "set mouse 1" config option.

* Pine there’s a  configuration  option  for  "enable-mouse-in-xterm",


	- Eero