Re: Console modes: cursor style

2013-01-12 Thread Corinna Vinschen
On Jan 12 17:56, Thomas Wolff wrote: > Am 11.01.2013 14:34, schrieb Corinna Vinschen: > >On Jan 11 13:52, Thomas Wolff wrote: > >>On 11.01.2013 12:05, Corinna Vinschen wrote: > >>>On Jan 11 09:33, Thomas Wolff wrote: > The attached patch adds two escape control sequences to the Cygwin > Co

Re: Console modes: cursor style

2013-01-12 Thread Thomas Wolff
Am 11.01.2013 14:34, schrieb Corinna Vinschen: On Jan 11 13:52, Thomas Wolff wrote: On 11.01.2013 12:05, Corinna Vinschen wrote: On Jan 11 09:33, Thomas Wolff wrote: The attached patch adds two escape control sequences to the Cygwin Console: * Show/Hide Cursor (DECTCEM) * Set cursor style

Re: Console modes: cursor style

2013-01-11 Thread Christopher Faylor
On Fri, Jan 11, 2013 at 09:33:00AM +0100, Thomas Wolff wrote: >The attached patch adds two escape control sequences to the Cygwin Console: > > * Show/Hide Cursor (DECTCEM) > * Set cursor style (DECSCUSR): block vs. underline cursor, or >arbitrary size (as an extension, using values > 4) Than

Re: Console modes: cursor style

2013-01-11 Thread Corinna Vinschen
On Jan 11 13:52, Thomas Wolff wrote: > On 11.01.2013 12:05, Corinna Vinschen wrote: > >On Jan 11 09:33, Thomas Wolff wrote: > >>The attached patch adds two escape control sequences to the Cygwin Console: > >> > >> * Show/Hide Cursor (DECTCEM) > >> * Set cursor style (DECSCUSR): block vs. underlin

Re: Console modes: cursor style

2013-01-11 Thread Thomas Wolff
On 11.01.2013 12:05, Corinna Vinschen wrote: On Jan 11 09:33, Thomas Wolff wrote: The attached patch adds two escape control sequences to the Cygwin Console: * Show/Hide Cursor (DECTCEM) * Set cursor style (DECSCUSR): block vs. underline cursor, or arbitrary size (as an extension, using

Re: Console modes: cursor style

2013-01-11 Thread Corinna Vinschen
On Jan 11 09:33, Thomas Wolff wrote: > The attached patch adds two escape control sequences to the Cygwin Console: > > * Show/Hide Cursor (DECTCEM) > * Set cursor style (DECSCUSR): block vs. underline cursor, or >arbitrary size (as an extension, using values > 4) > > Thomas > > 2013-01-13

Console modes: cursor style

2013-01-11 Thread Thomas Wolff
The attached patch adds two escape control sequences to the Cygwin Console: * Show/Hide Cursor (DECTCEM) * Set cursor style (DECSCUSR): block vs. underline cursor, or arbitrary size (as an extension, using values > 4) Thomas 2013-01-13 Thomas Wolff * fhandler.h (class dev_conso