Skip to content
Snippets Groups Projects
Commit 0be36d65 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding cli executable for TTool

parent 752198ef
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ public class Terminal { ...@@ -190,7 +190,7 @@ public class Terminal {
(sequence.charAt(2) == 126)) { (sequence.charAt(2) == 126)) {
TraceManager.addDev("DEL"); TraceManager.addDev("DEL");
currentBuf = del(currentBuf); currentBuf = del(currentBuf);
cursorPosition--; //cursorPosition--;
sequence = null; sequence = null;
val = -1; val = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment