Renaud rfivet
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-15 01:23:30 -04:00
79c3dfa4d9 Refactoring display primitives.
109e330861 Consistent interface to deal with workaround on Cygwin when checking width of unicode character > 0xFFFF.
Compare 2 commits »
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-14 00:53:26 -04:00
3bce7a4751 Rework file primitives.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-13 00:23:25 -04:00
b4d69118f5 Revise header files formatting.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-11 07:33:26 -04:00
50b727bf7f Bindable functions take a boolean as flag.
665d9ca1da bindable: code review and minor refactoring.
720603ac8e bind: code review and minor refactoring.
eaf516110f basic: code review and minor refactoring.
Compare 4 commits »
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-07 13:43:27 -04:00
893e34b740 Remove obsolete terminal implementations.
5c65613f03 Replace compilation check by estruct.h header inclusion.
1fbb2fc565 Merge common implementation of case-region-lower and case-region-upper.
Compare 3 commits »
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-07 05:33:25 -04:00
1cdc889f6f Fix regression on key command input for M-^X and ^X^X.
c55a72ad26 Use explicit buffer name as output for the script.
3551d2b8d1 Simplify Makefile by removing obsolete rules (lint, splint, sparse, tags).
Compare 3 commits »
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-06 05:03:27 -04:00
4b45ca231e Fix regression: CSI character instead of ^{[ in terminal special key sequence.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-05 04:33:26 -04:00
5002897705 Rewrite keycode command input from command line according to terminal sequence handling.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-04 04:03:26 -04:00
7f3f498f3f Rewrite terminal sequence handling while getting key sequence: getcmd().
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-03 03:33:27 -04:00
d890880a52 Revise bindable functions usage of struct to named types.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-08-01 10:43:26 -04:00
7730a4e730 Improve handling of UTF-8 interactive input of strings.
rfivet synced commits to viewmode at rfivet/uemacs from mirror 2021-07-31 10:13:25 -04:00
rfivet synced new reference viewmode to rfivet/uemacs from mirror 2021-07-31 10:13:25 -04:00
rfivet synced commits to master at rfivet/uemacs from mirror 2021-07-18 03:43:26 -04:00
3889f1709c Avoid inserting extra NL while doing fill/justify paragraph at EOF.
8540adea9e Fix: insert space when justifying paragraph and justification starts on a space.
Compare 2 commits »
rfivet synced commits to master at rfivet/uemacs from mirror 2021-07-17 03:13:26 -04:00
a00f12b614 Merge implementations of fill-paragraph and justify-paragraph.
rfivet synced commits to master at rfivet/uemacs from mirror 2021-07-16 02:43:25 -04:00
d7649cf554 Rework previous-paragraph, next-paragraph, fill-paragraph, justify-paragraph.
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-07-14 10:33:20 -04:00
9617178f41 Dont't stop if CRC-32 placeholder pattern is detected while not at end of file.
rfivet synced commits to master at rfivet/uemacs from mirror 2021-07-14 01:43:26 -04:00
8a28c7ae77 Update README.md according to latest Makefile changes.
d067e2dc0d make source and make depend implicitly done.
Compare 2 commits »
rfivet synced commits to master at rfivet/stm32bringup from mirror 2021-07-06 06:33:20 -04:00
a9daade2fe Fix CRC placeholder load location.
rfivet synced commits to master at rfivet/uemacs from mirror 2021-07-05 05:23:27 -04:00
eceff997c7 Extend maximum word length from 127 to 256 when doing paragraph justification (use case: justifying mark down with URL longer than 127).