ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
753 stars 137 forks source link

Function coloring should happen in the input field #23

Open ndmitchell opened 11 years ago

ndmitchell commented 11 years ago

Currently the search term is repeated below the input field so it can be colored properly when showing a type search. I should use contenteditable=true so I can style the input and then the field itself can show the color.