Make comment a bit better

This commit is contained in:
Kovid Goyal 2020-06-15 06:55:52 +05:30
parent bc9dfec615
commit 7525e152b8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -826,7 +826,8 @@ dispatch_dcs(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
screen->pending_mode.activated_at = monotonic();
REPORT_COMMAND(screen_start_pending_mode);
} else {
// ignore stop without matching start
// ignore stop without matching start, see _queue_pending_bytes()
// for how stop is detected while in pending mode.
REPORT_ERROR("Pending mode stop command issued while not in pending mode");
REPORT_COMMAND(screen_stop_pending_mode);
}