Martin Lund
4c2d4ed67f
Update README
2022-07-17 03:20:56 +02:00
Martin Lund
371a34d23a
Add example configuration file
2022-07-16 12:31:53 +02:00
Martin Lund
8b77111bb1
Bump version
2022-07-15 19:56:11 +02:00
Martin Lund
c931d7690d
Update plain text man page
2022-07-15 19:55:52 +02:00
Martin Lund
862a3ecadd
Bump version date
2022-07-15 19:03:08 +02:00
Martin Lund
7b5529b31f
Update NEWS
2022-07-15 19:02:36 +02:00
Martin Lund
019e93a0ed
Update AUTHORS
2022-07-15 19:00:19 +02:00
Martin Lund
9733bdf19c
Introduce bold color option
...
Introduce "bold" color option which only apply bold color formatting to
existing system color.
Also make "bold" the default color option.
Fixes all white issue with black on white tio text.
2022-07-15 18:42:03 +02:00
Martin Lund
9db7bb4fbb
Update README
2022-07-15 13:45:14 +02:00
Martin Lund
52a1e65bc3
Update plain text man page
2022-07-15 12:41:44 +02:00
Martin Lund
b7ff637667
Update README
2022-07-15 12:30:28 +02:00
Martin Lund
d510c101b4
Change 'ctrl-t T' to 'ctrl-t t' for timestamp toggle
2022-07-15 12:26:36 +02:00
Martin Lund
02729c10b1
Add support for remapping prefix key
...
Make it possible to remap the prefix key (default: ctrl-t) by setting
the prefix-ctrl-key variable in the configuration file.
Allowed values are in the range a..z.
Example, to set the prefix key to ctrl-a simply do:
prefix-ctrl-key = a
2022-07-15 12:18:40 +02:00
Martin Lund
1c53af0681
Update TODO
2022-07-14 14:02:17 +02:00
Martin Lund
670c31d6f7
Update README
2022-07-14 13:12:46 +02:00
Martin Lund
eac3dac018
Add plaintext man page
2022-07-14 13:07:28 +02:00
Martin Lund
00ae3b2fbd
Update TODO
2022-07-14 11:13:22 +02:00
Martin Lund
98db32b251
Merge pull request #160 from chenrui333/add-homebrew-installation-note
...
docs: add homebrew installation note
2022-07-14 04:47:21 +02:00
Rui Chen
80977e2f1d
docs: add homebrew installation note
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-07-13 22:21:39 -04:00
Martin Lund
96a035a56d
Merge pull request #159 from chenrui333/fix-build-issue
...
fix macOS build
2022-07-14 04:17:03 +02:00
Rui Chen
223f0c5d13
fix compilation error
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-07-13 22:09:07 -04:00
Martin Lund
e1c7a5c69a
Update tio-demo.gif
2022-07-13 19:17:40 +02:00
Martin Lund
44d1812556
Update tio-demo.gif
2022-07-13 19:10:23 +02:00
Martin Lund
b2ab7a69a9
Update tio-demo.gif
2022-07-13 18:44:19 +02:00
Martin Lund
611406c14f
Bump version
2022-07-13 16:23:09 +02:00
Martin Lund
dc50b23bec
Update README
2022-07-13 16:02:21 +02:00
Martin Lund
3792e10484
Update man page
2022-07-13 15:52:05 +02:00
Martin Lund
ff1ed7ea3f
Bump version date
2022-07-13 15:49:51 +02:00
Martin Lund
252545f9e6
Update NEWS
2022-07-13 15:48:55 +02:00
Martin Lund
dfcda015c3
Add missing include
2022-07-12 22:27:42 +02:00
Martin Lund
a23be7f2c2
Simplify arbitrary baudrate code
2022-07-12 12:09:09 +02:00
Martin Lund
ac859f41b9
Cleanup error printing routines
...
Clean up so that only the following error related printing functions are
used: tio_error_printf(), tio_error_printf_silent(),
tio_warning_printf().
A session mode switch is introduced for error printing so that it will
print error messages with better formatting depending on in or out of
session.
2022-07-11 23:18:19 +02:00
Martin Lund
73a30a89ef
Update README
2022-07-11 21:16:45 +02:00
Martin Lund
c009e19d89
Update README
2022-07-11 18:39:59 +02:00
Martin Lund
0af6c00764
Clean up man page
2022-07-11 15:16:07 +02:00
Martin Lund
360deb3c72
Add support for space parity
2022-07-11 14:55:54 +02:00
Martin Lund
bf972bd2f9
Cleanup
2022-07-11 14:15:54 +02:00
Martin Lund
39af74f263
Rename EOL delay to Output line delay
2022-07-11 14:08:12 +02:00
Martin Lund
8b8dd373a7
Cleanup
2022-07-11 10:51:17 +02:00
Martin Lund
dad6de7ee7
Update man page
2022-07-11 10:19:56 +02:00
Martin Lund
11762b2300
Replace -U,--upcase with mapping flag OLTU
2022-07-11 10:15:12 +02:00
Martin Lund
555e526ce7
Cleanup
2022-07-11 09:18:43 +02:00
Martin Lund
5b82c710f1
Simplify tty_write()
2022-07-11 09:12:56 +02:00
Martin Lund
52446f4d62
Update AUTHORS
2022-07-11 01:19:31 +02:00
Martin Lund
8ccd52e9f3
Merge pull request #155 from MyMiscSWproJ/master
...
Additional commands: EOL delay, lower to upper translation, added mar…
2022-07-11 01:17:22 +02:00
Robert Snell
8532388b7e
Merge branch 'master' of https://github.com/MyMiscSWproJ/tio
2022-07-10 18:51:15 -04:00
Robert Snell
f459a462c5
Fixed indentation in configfile.c, tty.c, options.c
2022-07-10 18:14:29 -04:00
MyMiscSWproJ
232c94eb79
Delete token.txt
...
should never have been uploaded. Novice mistake.
2022-07-10 14:16:40 -04:00
Robert Snell
1c29aac9fa
fixed indentation in configfile.c
2022-07-10 14:06:22 -04:00
Robert Snell
944ee9173b
Additional commands: EOL delay, lower to upper translation, added mark parity
...
Added command line options:
-O, --eol-delay to have a separate delay for end of line
-U, --upper to enable translation of lower case alpha to upper case
Added ability to set mark parity.
Added ctrl-t U key sequence to allow enable/disable lower case alpha to
upper case during a session.
Updated Man page with command line options, ctrl-t sequences and
configuration file options.
Updated README.md, with above information.
2022-07-09 21:22:43 -04:00