magic/textio
Tim Edwards 1cec414618 Added the contents of the "readline" module back. This is
generally unused, as it is incompatible with the Tcl/Tk build of
magic.  However, I had not intended to remove it, only move the
name from "readline-4.3" to "readline".  But "readline/readline"
was in .gitignore, which caused the contents to be removed from
the repository.  This commit restores those files, and also
prevents the readline directory Makefile from making a symbolic
link called "readline" to itself, which was causing compile-time
issues.  The readline code is only kept for backwards compatibility
with ancient versions of magic not using the Tcl/Tk interpreter.
2025-01-10 09:58:57 -05:00
..
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
textio.h TCL9: TxResetTerminal(bool force) added arguments 2025-01-04 11:08:01 -05:00
textioInt.h printf: use compiler __attribute__((format (printf,fff,aaa))) 2025-01-03 09:08:14 +00:00
txCommands.c gcc11 -Wall -Wpedantic cleanup (post __attribute__) 2025-01-06 16:25:38 +00:00
txInput.c Added the contents of the "readline" module back. This is 2025-01-10 09:58:57 -05:00
txMain.c Lookup() constify WindGetCommandTable() returns 'const' 2024-12-26 15:20:58 -05:00
txMore.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
txOutput.c txOutput.c: printf style constify fmt call-site 2025-01-03 09:08:14 +00:00
txcommands.h Extended the "paint" and "erase" commands to accept an option 2023-07-08 17:34:00 -04:00