Searched refs:DEBUG_LOG1 (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | parser.c | 19 DEBUG_LOG1("libvterm: Unhandled control 0x%02x\n", control); in do_control() 45 DEBUG_LOG1("libvterm: Unhandled CSI %c\n", command); in do_csi() 61 DEBUG_LOG1("libvterm: Unhandled escape ESC 0x%02x\n", command); in do_escape() 300 DEBUG_LOG1("TODO: Unhandled byte %02x in Escape\n", c); in vterm_input_write()
|
| H A D | vterm_internal.h | 18 # define DEBUG_LOG1(s, a) fprintf(stderr, s, a) macro 23 # define DEBUG_LOG1(s, a) macro
|
| H A D | pen.c | 112 DEBUG_LOG1("Unrecognised colour palette %d\n", palette); in lookup_colour() 469 DEBUG_LOG1("libvterm: Unhandled CSI SGR %ld\n", arg); in vterm_state_setpen()
|
| H A D | state.c | 774 DEBUG_LOG1("libvterm: Unknown mode %d\n", num); in set_mode() 869 DEBUG_LOG1("libvterm: Unknown DEC mode %d\n", num); in set_dec_mode()
|
| H A D | screen.c | 152 DEBUG_LOG1("TODO: Maybe merge damage for level %d\n", screen->damage_merge); in damagerect()
|