Add non-canonical mode to the sim
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 3 Mar 2024 10:57:51 +0000 (11:57 +0100)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sun, 15 Dec 2024 08:02:00 +0000 (09:02 +0100)
commitc2dd165ef0abdac5037b7025baeacbbfe5e93e42
tree8f85bdba47b40b25c6c9adc099a2e6e5a6b8246c
parent454fafd2329461a65656b00e6c878fc0392a47ac
Add non-canonical mode to the sim

I want vim-esque modes to switch between schematics and commands.
This is the first step, but it makes FET_sim unsuable as it is now,
because input is not echoed back - one does not see what one enters.
Function get_next_line is not really suitable for non-canonical mode,
so an alternative (capable of parsing single char input, arrow keys
etc.) needs to be implemented.
TODO
src/terminal.c