8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check for ncurses More... almost 24 years ago
allow specification of curses installation dir More... almost 24 years ago
Move buffers and input queue to window. Don't allow multiple windows to modify same buffer. Undo still has to be fixed. More... almost 24 years ago
don\'t free unalloced memory More... almost 24 years ago
locking More... almost 24 years ago
one more thread specific data More... almost 24 years ago
pass thread specific data do db More... almost 24 years ago
use DB_THREAD More... almost 24 years ago
Use usermem for getting from db. (Preparation for DB_THREAD use) More... almost 24 years ago
small screen updating optimization in gtk front end More... almost 24 years ago
make # and % work in wide char version More... almost 24 years ago
use db env More... almost 24 years ago
Make r(eplace) work on wide chars. Fix leftright mode on wide chars. Don't display half a wide char at the end of a line. More... almost 24 years ago
CHAR_T fixups More... almost 24 years ago
slightly larger font so hanzis are almost legible More... almost 24 years ago
disable line caching for now More... almost 24 years ago
redefine words; for now no wide character is part of a word More... almost 24 years ago
slightly more behaving fileenconding option More... almost 24 years ago
NULLify closed db and don't call db_last on a closed db in ip_refresh More... almost 24 years ago
Temporarily ntroduce KEY_COL, which basically means the same as KEY_LEN, but can also be used when displaying wide chars. Display "[]" instead of wide chars on curses for now. More... almost 24 years ago
add sys/queue.h More... almost 24 years ago
forgotten conv files More... almost 24 years ago
Fix some places that were assuming unsigned CHAR_T. Some preparations for actually displaying the wide characters. More... almost 24 years ago
Make CHAR_T signed (easier on regex). A wide character can now be matched by '.', but anything else involving wide characters, will most likely fail. More... almost 24 years ago
First test with an external encoding. regex bombs on a file with wide chars. Make sure we copy enough in different place. More... almost 24 years ago
more CHAR_T stuff More... almost 24 years ago
CHAR_T moves to regex More... almost 24 years ago
wide char loging (sp?) More... almost 24 years ago
More wide char support. Reading and writing and some basic commands seem to work. More... almost 24 years ago
Another CHAR_T patch. The non USE_WIDECHAR version compiles without warnings. More... almost 24 years ago