diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 227d063448..c85b9cb8f7 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -3,11 +3,10 @@ - windows port from erg - why aren't some cocoa words compiled? - editor: - - delegation issue with fields and interactors - multi-line inserts - scroll to caret - only redraw visible lines - - bug after removing all lines + - clicking input doesn't resize editor gadget - word-at-a-time commands - deleting words, lines - better listener multi-line expression handling diff --git a/vm/Config.freebsd b/vm/Config.freebsd index 1a62e03d9a..689968124b 100644 --- a/vm/Config.freebsd +++ b/vm/Config.freebsd @@ -1,4 +1,4 @@ include vm/Config.unix PLAF_OBJS += vm/os-genunix.o CFLAGS += -export-dynamic -pthread -LIBS = -ldl -lm $(X11_UI_LIBS) +LIBS = -lm $(X11_UI_LIBS)