- Aug 25, 2015
-
-
deuce authored
-
- Jul 07, 2015
- Jul 05, 2015
-
-
deuce authored
For regular vstatlock things, only hold the lock long enough to copy the variables that will be used. For vstat.vmem stuff, create a separate reference-counting vmem structure and a new vmem_lock so the memcpy() of the vmem won't block basic vstat accesses. This appears to fix the recently-added "blockiness" of screen updates in SyncTERM, without risking deadlocks or unlocked accesses... the major issue holding up a release.
-
- Jun 11, 2015
-
-
deuce authored
issues.
-
- Apr 30, 2015
-
-
deuce authored
and release it last.
-
deuce authored
hold the lock. This should finally fix all the things I hope.
-
deuce authored
a potential problem with grabbing vstatlock). Call XCloseDisplay and terminate the X11 event thread on exit(). This still does not prevent the crash on exit for Linux. This appears to be an issue with SDL.
-
- Apr 27, 2015
-
-
deuce authored
for the four current fonts... -99 (uninitialized), and -1 (loaded font). -99 was supposed to be automagically converted to CP437, but a bug in revision 1.40 (Feb 27, 2015) made this not happen. As a result, the font was copied from an index of -99 in the font data array. This was garbage on some platforms and appears to have caused crashes in others.
-
- Mar 03, 2015
-
-
deuce authored
-
- Feb 27, 2015
-
-
deuce authored
the high intensity attribute can. Using CTerm, this is controlled via the CSI [ ? 34 h/l commands. Also add CSI [ ? 35 h which disables blinking (reversed by CSI [ ? 35 l)
-
- Apr 23, 2014
-
-
deuce authored
-
- Feb 09, 2014
-
-
deuce authored
-
- Feb 06, 2014
- Oct 24, 2012
-
-
deuce authored
I've likely broken something though, so if you see weird behaviour with extended ASCII, let me know please.
-
- Oct 18, 2012
-
-
deuce authored
-
- Feb 24, 2009
-
-
deuce authored
Thanks for the bug report DigitalMan!
-
- Feb 16, 2009
-
-
deuce authored
varied widely by platform.
-
- Feb 12, 2009
-
-
deuce authored
-
- Feb 10, 2009
-
-
deuce authored
0) Default font, selected whenever textmode() is called. Updating also updates current font (1) but currently does not update the secondary font (2). 1) Primary font 2) Secondary font
-
deuce authored
-
deuce authored
Enable Disable Alt Charset CSI[?31h CSI[?31l Disable Bright CSI[?32h CSI[?32l Bright BG CSI[?33h CSI[?33l
-
deuce authored
1) The ability to make attribute bit three select a second character set 2) The ability to make the blink attribute toggle background intensity 3) The ability to make attribute bit three NOT select high intensity 4) More control over the cursor than just three constants CTerm support to follow using private set mode parameters.
-
- Sep 24, 2008
- Feb 23, 2008
-
-
deuce authored
-
- Feb 03, 2008
- Feb 02, 2008
-
-
deuce authored
(Which is used by the scroll functions) Use movetext() rather than alloc()/gettext()/puttext() in cterm.c
-
- Jan 31, 2008
-
-
deuce authored
undamaged lines have changed.
-
- Oct 25, 2007
- Oct 24, 2007
-
-
deuce authored
-
- Oct 23, 2007
-
-
deuce authored
-
- Oct 21, 2007
-
-
deuce authored
-