as / a

A graphical text editor
BSD 3-Clause "New" or "Revised" License
345 stars 25 forks source link

a: text: linux: next line isn't indented automatically after newline #174

Open as opened 5 years ago

as commented 5 years ago
func main(){\n
\tfmt.Println("hello")\n
<--- should auto insert newline here

This works on NT (and macOS), but not Linux.