Commit Graph

9 Commits

Author SHA1 Message Date
Franck STAUFFER 157862d467
Add a \r chracter after receiving a \n 2020-12-03 18:49:03 +01:00
Franck STAUFFER fdf8b9a4f5
Remove useless variable, enable removing only typed characters, change the way inputs are handled 2020-09-08 23:11:57 +02:00
Franck STAUFFER d7521a3b1f
Remove ^C handling 2020-09-08 23:08:28 +02:00
Franck STAUFFER 5637f9e476
Remove useless loop 2020-09-08 23:04:38 +02:00
Franck STAUFFER 37a0fd3a19
Actually print the \r 2020-09-08 23:03:14 +02:00
Franck STAUFFER 851e2797db
Remove signal handler for SIGINT, print a \r at the end of cleanup, normalize error output 2020-09-08 23:02:09 +02:00
Franck STAUFFER 311a9054ee
Add man page:
- Add man1/stc.1
    - Add target in Makefile
    - install target installs man page
    - uninstall target uninstalls man page
    - Reduce number of exit code
2020-09-02 20:19:04 +02:00
Franck STAUFFER 5a861daf94
Fix usage message 2020-09-02 19:19:29 +02:00
Franck STAUFFER e4ab475aea
Initial commit 2020-09-02 19:09:52 +02:00