Merge branch 'empty_lines' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
6bb78c9499
@ -132,7 +132,6 @@ set_notification_activated_callback(PyObject *self UNUSED, PyObject *callback) {
|
|||||||
notification_activated_callback = callback;
|
notification_activated_callback = callback;
|
||||||
Py_INCREF(callback);
|
Py_INCREF(callback);
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@interface NotificationDelegate : NSObject <NSUserNotificationCenterDelegate>
|
@interface NotificationDelegate : NSObject <NSUserNotificationCenterDelegate>
|
||||||
|
|||||||
@ -200,7 +200,6 @@ typedef struct {
|
|||||||
uint8_t decoration;
|
uint8_t decoration;
|
||||||
CursorShape shape;
|
CursorShape shape;
|
||||||
color_type fg, bg, decoration_fg;
|
color_type fg, bg, decoration_fg;
|
||||||
|
|
||||||
} Cursor;
|
} Cursor;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user