mirror of https://github.com/adamdruppe/arsd.git
remove debugging writeln
This commit is contained in:
parent
7787e9ceaf
commit
756d775d89
|
@ -1936,7 +1936,6 @@ struct RealTimeConsoleInput {
|
||||||
// look it up in the termcap key database
|
// look it up in the termcap key database
|
||||||
auto cap = terminal.findSequenceInTermcap(sequence);
|
auto cap = terminal.findSequenceInTermcap(sequence);
|
||||||
if(cap !is null) {
|
if(cap !is null) {
|
||||||
import std.stdio; writeln(cap);
|
|
||||||
return translateTermcapName(cap);
|
return translateTermcapName(cap);
|
||||||
} else {
|
} else {
|
||||||
if(terminal.terminalInFamily("xterm")) {
|
if(terminal.terminalInFamily("xterm")) {
|
||||||
|
|
Loading…
Reference in New Issue