diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 00:29:01 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 00:29:01 +0200 |
commit | 8ea7035581c4d5aa24e5f3995659171b3707556c (patch) | |
tree | 66ed75ce19de90a06183ed046bb845556c49e5a1 /README.md | |
parent | 26ad27d899a27b0abefea70c592e883c96487f38 (diff) | |
download | textgraph-8ea7035581c4d5aa24e5f3995659171b3707556c.tar.gz textgraph-8ea7035581c4d5aa24e5f3995659171b3707556c.zip |
Add libc crate ( :-( ), and make a signal handler for swapping back to main screen
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # TextGraph A small terminal utility which displays graphs as plain text, -with the goal of having no dependencies, +with the goal of having few dependencies, being lightweight, and reasonably performant. It is meant to be used in a traditional unix way, |