1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix display update of tabs when terminal width is not a multiple of tabwidth and current in line position is over the terminal width. More... 5 months ago
Fix cursor location redrawing in incremental search (¨XS): backtracking using backspace/rubout over several forward-search (^S). More... 7 months ago
Fetch ncursesw compilation flags and libs using ncurseswN-config. More... 11 months ago
Quick Mac Hack: add Mac mode for CR only EOL. More... 12 months ago
Integrate online documentation in repository. More... over 1 year ago
Fix: avoid extra NL when newline/yank/insert-file at end of last line of non empty buffer. Refactor yank. Detab before commit. More... over 1 year ago
Display non breaking space according to code page instead of \A0. More... over 1 year ago
Fix assertion violation when invoking help macro at end of help file. &mid function was not safe to call on empty line, same for &mid. Minor reformatting of help file to avoid content to be mistaken as section reference by help macro. More... almost 2 years ago
Fix point and mark update when inserting in buffer with multiple windows. More... about 3 years ago
Use memmove instead of memcpy for overlapping memory area. (reproducible on OpenBSD). More... over 3 years ago
Changes to compile on macOS. (#2) More... over 3 years ago
Ignore generated dependencies. More... over 3 years ago
Reviewed dependencies generation. More... almost 4 years ago
Merge branch 'unicode' More... about 4 years ago
Remove coverity badge (build is stuck in queue limbo). Update Unicode support status. More... about 4 years ago
Fix position of cursor to avoid extended display of line. More... about 4 years ago
Clean up startup and help files. More... about 4 years ago
Revise window flagging on line change. Evaluation of Value of kill buffer and current line. More... about 4 years ago
Revise fence handling in CMODE. More... about 4 years ago
Revise pipe-command. More... about 4 years ago
Make sure directive keywords are followed by EOS, comment or space separator. More... about 4 years ago
Always refresh window on execution if buffer is displayed, not only on errors. Insure dot is correct on final !return. More... about 4 years ago
Revise command line parsing: making sure something; is token something followed by ; (a comment). More... about 4 years ago
Revise directive parsing and processing. Allow multi line comment using !store without procedure name (think about #if 0). More... about 4 years ago
Test maze scripts using subroutines instead of stored procedures. (Avoid leftover buffers after execution). More... about 4 years ago
!gosub Use generic list deletion API. Remove lines at parsing time. More... about 4 years ago
Introduce generic list deletion API. More... about 4 years ago
Handle storing of procedure during parsing of buffer. !store and :labels. Aggressive parsing empty blank and comment lines. More... about 4 years ago
Revise maze test scripts. More... about 4 years ago
Use lines instead of block Unicode characters.(poor rendering in some environments). More... about 4 years ago