@ -13,6 +13,7 @@ int main(int argc, char *argv[]) {
argc,
argv,
"no.sout.juci");
Gsv::init();
init_logging();
Window window;
return app->run(window);
@ -31,7 +31,7 @@ Source::View::View() {
override_font(Pango::FontDescription("Monospace"));
set_show_line_numbers(true);
set_highlight_current_line(true);
set_smart_home_end(Gsv::SMART_HOME_END_ALWAYS);
set_smart_home_end(Gsv::SMART_HOME_END_BEFORE);
}
string Source::View::GetLine(const Gtk::TextIter &begin) {