mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix #3322
This commit is contained in:
@@ -2332,7 +2332,12 @@ WRAP0(carriage_return)
|
||||
WRAP2(resize, 1, 1)
|
||||
WRAP2(set_margins, 1, 1)
|
||||
WRAP0(rescale_images)
|
||||
WRAP0(current_key_encoding_flags)
|
||||
|
||||
static PyObject*
|
||||
current_key_encoding_flags(Screen *self, PyObject *args UNUSED) {
|
||||
unsigned long ans = screen_current_key_encoding_flags(self);
|
||||
return PyLong_FromUnsignedLong(ans);
|
||||
}
|
||||
|
||||
static PyObject*
|
||||
start_selection(Screen *self, PyObject *args) {
|
||||
|
||||
Reference in New Issue
Block a user