index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
stdio-commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
23 hours
teco_string_t is now passed by value like a scalar if the callee isn't expect...
Robin Haberkorn
1
-2
/
+2
3 days
TECO_DEFINE_STATE() no longer constructs callback names for mandatory callbac...
Robin Haberkorn
1
-3
/
+6
2025-11-08
the command line macro is now managed by a Scintilla view
Robin Haberkorn
1
-1
/
+1
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
1
-1
/
+81
2025-07-28
=/==/===: fixed detection of execution from the end of the command-line
Robin Haberkorn
1
-6
/
+29
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
1
-0
/
+36
2025-07-26
support <:^A> to force raw ANSI output
Robin Haberkorn
1
-3
/
+15
2025-07-26
support :=/:==/:=== commands: print number without trailing linefeed
Robin Haberkorn
1
-19
/
+29
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
1
-4
/
+48
2025-07-22
refactored =/==/=== command into stdio-commands.c
Robin Haberkorn
1
-0
/
+197