summaryrefslogtreecommitdiff
path: root/content/clopher/04-Native_interface.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/clopher/04-Native_interface.md')
-rw-r--r--content/clopher/04-Native_interface.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/clopher/04-Native_interface.md b/content/clopher/04-Native_interface.md
index 08a8e52..f7063b4 100644
--- a/content/clopher/04-Native_interface.md
+++ b/content/clopher/04-Native_interface.md
@@ -7,8 +7,6 @@ Lang: en
Summary: Interfacing between Clojure, Java and Native code.
-> Read all the posts in [Clopher series here]({tag}clopher-tui-gopher-client).
-
The previous post introduced `termios` as a native interface to configure the
terminal input processing. With termios we managed to make our C programs get
input character by character processing them as they came with no buffering but