1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use explicit constants for smallest size of display rows and columns. More... over 4 years ago
Fix terminal resizing when new postion of last modeline overlap top row of last window. More... over 4 years ago
Fix initialization of screen margin and scroll size. More... over 4 years ago
Revise refresh of extended lines. More... over 4 years ago
Revise display update and modeline, remove statis customization (MEMMAP, REVSTA). More... over 4 years ago
Allocate screen memory on change of window size instead of one static huge allocation. More... over 4 years ago
Sanity check with customization CLEAN, RAMSIZE, RAMSHOW. More... over 4 years ago
Revise line primitives linstr() and lover() More... over 4 years ago
Relocate display specific MEMMAP customization. More... over 4 years ago
Revise line primitives lalloc() and lnewline(). More... over 4 years ago
Fix &right to handle a count of Unicode characters. More... over 4 years ago
Fix twiddle movement and at EOL with single Unicode. More... over 4 years ago
combined Unicode: forward-character, backward-character, delete-next-character, delete-previous-character. More... over 4 years ago
Use more portable character for visible tabs due to mismatched width on Ubuntu. More... over 4 years ago
Temporary fix for WSL More... over 4 years ago
Centralize customization in defines.h instead of Makefile + estruct.h. More... over 4 years ago
Revise terminal interfaces. More... over 4 years ago
Use gcc predefined in conditional compilation (__CYGWIN__, __SIZEOF_WCHAR_T__). More... over 4 years ago
Refactoring gtfun(), function evaluation core. More... over 4 years ago
$viewtab = TRUE to visualize hardcoded tabs. Refactor &lef and & mid with stronger assertion on utf8_to_unicode(). More... over 4 years ago
Merge branch 'viewmode' More... over 4 years ago
Formatting and typos. More... over 4 years ago
Refactoring display primitives. More... over 4 years ago
Consistent interface to deal with workaround on Cygwin when checking width of unicode character > 0xFFFF. More... over 4 years ago
Rework file primitives. More... over 4 years ago
Revise header files formatting. Finish tagging BBINDABLE functions. Modify forward-character to handle combined Unicode. Bump up version number and set default program name as 'ue'. More... over 4 years ago
Bindable functions take a boolean as flag. Emphasize which one always return TRUE. Use mloutfail() to introduce consistency when a function fails with error message. More... over 4 years ago
bindable: code review and minor refactoring. More... over 4 years ago
bind: code review and minor refactoring. basic: minor reformatting. More... over 4 years ago
basic: code review and minor refactoring. More... over 4 years ago