Log of /lbbs/src/editor.c
Parent Directory
|
Revision Log
Revision
1.64 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 06:16:26 2025 UTC
(2 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.63: +30 -30 lines
Diff to
previous 1.63
,
to
selected 1.12
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.55 -
(
view)
(
annotate)
-
[select for diffs]
Sat Nov 8 08:21:31 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.54: +26 -22 lines
Diff to
previous 1.54
,
to
selected 1.12
Support dynamic wide-character display width in str_process and editor related functions
Add dynamic / fixed wide-character display width selection
Revision
1.54 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 04:19:21 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.53: +7 -3 lines
Diff to
previous 1.53
,
to
selected 1.12
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.49 -
(
view)
(
annotate)
-
[select for diffs]
Sun Oct 19 07:08:29 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.48: +24 -7 lines
Diff to
previous 1.48
,
to
selected 1.12
Add feature to editor:
Ctrl-Y, delete current display line
Ctrl-K, delete current display line since the position of cursor
Revision
1.23 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jun 15 13:40:52 2025 UTC
(9 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.22: +37 -21 lines
Diff to
previous 1.22
,
to
selected 1.12
KEY_LEFT / KEY_RIGHT will regard GBK characters as a single one
Change signature of editor_data_delete() to return acccurate offset
Fix bugs
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Fri Jun 13 11:20:24 2025 UTC
(9 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.17: +44 -23 lines
Diff to
previous 1.17
,
to
selected 1.12
Fix bugs in handling boundary conditions such as empty data, end line, data contains lines less than SCREENS - 1
Revision
1.12 -
(
view)
(
annotate)
-
[selected]
Wed Jun 11 12:56:52 2025 UTC
(9 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.11: +23 -6 lines
Diff to
previous 1.11
Add support for ESC input and display
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.