aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-29 10:05:43 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-29 10:05:43 +0100
commit75e794e74d176093592db5420a9d62258989ed3d (patch)
tree2b157052da0c59c3f4c8890e579b59f53c6435bf
parent9feec157ff2d1229a34e2c764e49e594a5080d57 (diff)
Formatting
-rw-r--r--src/sc_editor.c2
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;