From 2260209d3b09f728f0cbb891f5498a9f0f8e38eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Tue, 7 Jul 2020 17:43:50 -0300 Subject: Implement tui for client --- client.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client.cpp') diff --git a/client.cpp b/client.cpp index f99dc5d..85289b6 100644 --- a/client.cpp +++ b/client.cpp @@ -76,4 +76,12 @@ struct Client { target++; } } + + void push() { + cursor.push(args.pop()); + } + + void pop() { + cursor.pop(); + } }; -- cgit v1.2.3