imrehg / minibook

A Facebook status updater and lister in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accepted update field characters

imrehg opened this issue · comments

  • update should submit on enter. Currently breaks new line, and one has to click "add"
  • should not accept tab

fix: ability to filter update text box, Closed by 7947f30

At the moment: removing tabs and new-lines and on "enter" sends update,
can be extended easily.