Commit graph

1012 commits

Author SHA1 Message Date
Martin Lund
2915d26a19 Fix double prefix key regression 2022-12-05 16:27:53 +01:00
Martin Lund
e2e974958e Bump version 2022-12-02 13:42:53 +01:00
Martin Lund
6b084a53b8 Update version tag date 2022-12-02 13:05:00 +01:00
Martin Lund
a21809b090 Update plain text man page 2022-12-02 12:59:51 +01:00
Martin Lund
cd24797961 Update flush command 2022-12-02 12:45:45 +01:00
Martin Lund
f4dc46d002 Update NEWS 2022-12-02 04:12:35 +01:00
Martin Lund
93e6efc001 Add threaded input handling
To make tio more responsive to quit and I/O flush key command when main I/O
thread is blocked on output.
2022-11-28 14:44:32 +01:00
Martin Lund
12f20c84e3 Fix so that is it possible to quit tio in tio etc.
Fix regression so that it is possible to send the prefix key code to the
remote tio session without local tio session reacting to same key code
(quitting etc.).
2022-11-28 14:30:54 +01:00
Martin Lund
419fbdc3fa Add key command to toggle log on/off
Add key command 'ctrl-t f' which will toggle log on/off.

If no log filename has been specified via the 'log-filename' option then
tio will automatically generate a new log filename every time the log
feature is toggled on. Meaning, when toggled multiple times, multiple
log files will be generated.

However, if a log filename has been specified, tio will only write and
append to that same file.
2022-11-23 17:24:54 +01:00
Martin Lund
a4f0d4da53 Add socket input comment 2022-11-21 17:16:14 +01:00
Martin Lund
1aaecef419 Update plain text man page 2022-11-01 11:11:54 +01:00
Martin Lund
6c19cd0750 Bump version 2022-11-01 11:10:49 +01:00
Martin Lund
845e683fc9 Update NEWS 2022-11-01 10:55:41 +01:00
Martin Lund
d3ac8e7b1f Update README 2022-11-01 10:49:02 +01:00
Martin Lund
c6beed8265 Update example tiorc 2022-11-01 10:48:54 +01:00
Martin Lund
7c32e5a21e Update TODO 2022-10-31 14:44:07 +01:00
Martin Lund
73c1129be7 Update README 2022-10-29 16:50:22 +02:00
Martin Lund
374c2ad113 Update example configuration file 2022-10-23 22:29:37 +02:00
Martin Lund
c80f833a06 Add mute feature
This will make tio go fully silent and not print anything.
2022-10-22 08:59:41 +02:00
Martin Lund
784201ea2e Deprecate tty config keyword but keep it around for now 2022-10-19 23:56:31 +02:00
Martin Lund
2cba4b863f Update text 2022-10-19 22:44:10 +02:00
Martin Lund
fba56318f8 Update show config 2022-10-19 22:35:34 +02:00
Martin Lund
48a2298e81 Rename config variable 'tty' to 'device' 2022-10-19 22:29:33 +02:00
Martin Lund
6f9e41152b Update show config 2022-10-19 22:18:25 +02:00
Martin Lund
134fa87a5c Bump version 2022-10-18 16:13:35 +02:00
Martin Lund
eaab692d4d Update NEWS 2022-10-18 15:31:28 +02:00
Martin Lund
a40097f837 Update man page 2022-10-18 15:28:59 +02:00
Martin Lund
b00b0e872f Beautify help 2022-10-17 13:55:00 +02:00
Martin Lund
4768db5311 Update README 2022-10-17 13:31:49 +02:00
Martin Lund
c2aa3489fd Fix error message 2022-10-17 01:12:35 +02:00
Martin Lund
ad9b93dc52 Simplify configfile implementation 2022-10-17 00:23:26 +02:00
Martin Lund
a97b2c00cd Add shell completion of sub-configuration names
Does not work with sub configuration names that contains one or more
white spaces.
2022-10-16 23:02:04 +02:00
Martin Lund
bf7b032649 Bump version 2022-10-15 23:15:01 +02:00
Martin Lund
14fc77ffc1 Update plain text man page 2022-10-15 00:58:47 +02:00
Martin Lund
ca5af47e7b Update tag date 2022-10-15 00:57:35 +02:00
Martin Lund
0850b1938b Update NEWS 2022-10-15 00:56:36 +02:00
Martin Lund
c8aeba7ef8 Fix output line delay
Apply output line delay on lines ending with \n.

On most systems lines ends with \n or \r\n.
2022-10-11 12:12:40 +02:00
Martin Lund
a65b5b0e3a Do not print timestamps in hex mode 2022-09-29 20:50:12 +02:00
Martin Lund
5f14924c96 Improve input mechanism in hex mode
Print the 2 character hex code that you input in hex mode but then
delete it before sending. This way it is easier to keep track of what
you are inputting. It basically mimics the ctrl-shift-u input mechanism
that is used to input unicode.
2022-09-29 20:18:36 +02:00
Martin Lund
0b61aaf451 Update AUTHORS 2022-09-29 20:16:47 +02:00
Martin Lund
acefbbbe6c
Merge pull request #169 from attila-v/feature/bit-order
Add bit reverse order feature
2022-09-29 18:09:08 +02:00
Attila Veghelyi
4924969268 Complete bit reorder feature for release 2022-09-29 17:33:35 +02:00
Attila Veghelyi
5b8f33bd78 Add bit reverse order feature 2022-09-29 15:42:44 +02:00
Martin Lund
ce3101a380 Clean up indentation 2022-09-18 19:20:12 +02:00
Martin Lund
e54a13827b Update example tiorc 2022-09-18 12:35:49 +02:00
Martin Lund
d70af20454 Update README 2022-09-18 12:30:55 +02:00
Martin Lund
f2535e4ea0 Update README 2022-09-17 22:57:55 +02:00
Martin Lund
fb89b79b30 Update man page 2022-09-16 13:47:29 +02:00
Martin Lund
3298ba0f1b Update README 2022-09-16 13:43:51 +02:00
Martin Lund
d06623dd7a Update README 2022-09-16 13:35:23 +02:00