replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

properly deal with newlines #23

Open mfikes opened 9 years ago

mfikes commented 9 years ago

Print calls cause new table cells regardless of whether they have s terminating newline

mfikes commented 9 years ago

(Perhaps buffer up until a newline is seen?)

mfikes commented 9 years ago

Also see https://github.com/mfikes/replete/blob/1.0-beta.14/Replete/ReplViewController.swift#L291