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.42
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.42
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.42
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.42
Add feature to editor:
Ctrl-Y, delete current display line
Ctrl-K, delete current display line since the position of cursor
Revision
1.43 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 1 02:49:13 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.42: +19 -0 lines
Diff to
previous 1.42
Refresh user action tm periodically during editing
Revision
1.42 -
(
view)
(
annotate)
-
[selected]
Tue Sep 30 06:05:48 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.41: +1 -1 lines
Diff to
previous 1.41
Fix bug in setting column position while change line at non-bottom line
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.42
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.42
Fix bugs in handling boundary conditions such as empty data, end line, data contains lines less than SCREENS - 1
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.