field: make rebface [ tip: { USAGE: field field -1 "String" DESCRIPTION: Editable text field with no text wrapping. OPTIONS: 'info specifies read-only } size: 50x5 text: "" color: colors/page edge: theme-edge font: default-font para: default-para feel: edit/feel rebind: make function! [] [color: colors/page] init: make function! [] [ if find options 'info [ feel: none all [color = colors/page color: colors/outline-light] ] para: make para [] ; avoid shared para object for scrollable input widget all [negative? size/x size/x: 10000 size/x: 4 + first size-text self] ] esc: none caret: none undo: copy [] ]