Home
last modified time | relevance | path

Searched refs:show_vt100_graph (Results 1 – 5 of 5) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Ddispatch.c1292 show_vt100_graph = False; in ESCAPE()
H A Doutput.c2086 if (show_vt100_graph) {
2586 if (show_vt100_graph) {
H A Dmined.h578 extern FLAG show_vt100_graph; /* Display letters as VT100 block graphics ? */
H A Dmousemen.c1035 show_vt100_graph = ! show_vt100_graph; in toggle_vt100_graphics()
1036 If show_vt100_graph in toggle_vt100_graphics()
H A Dmined1.c293 FLAG show_vt100_graph = False; /* Display letters as VT100 block graphics ? */ variable