diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-11-29 10:05:43 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-11-29 10:05:43 +0100 |
commit | 75e794e74d176093592db5420a9d62258989ed3d (patch) | |
tree | 2b157052da0c59c3f4c8890e579b59f53c6435bf /src/sc_editor.c | |
parent | 9feec157ff2d1229a34e2c764e49e594a5080d57 (diff) |
Formatting
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c index 67d252d..0d3406f 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -90,12 +90,14 @@ static void redraw_editor(SCEditor *e) gtk_widget_queue_draw_area(GTK_WIDGET(e), 0, 0, w, h); } + /* Force a redraw of the editor window */ void sc_editor_redraw(SCEditor *e) { redraw_editor(e); } + static void move_cursor_back(SCEditor *e) { int retreat = 0; |