Add option to disable scrolling past the end (#566)

This commit is contained in:
Guldoman
2021-10-02 18:39:22 +02:00
committed by Francesco Abbate
parent b0b3485152
commit f6b9d9ab67
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ config.fps = 60
config.max_log_items = 80
config.message_timeout = 5
config.mouse_wheel_scroll = 50 * SCALE
config.scroll_past_end = true
config.file_size_limit = 10
config.ignore_files = "^%."
config.symbol_pattern = "[%a_][%w_]*"