Simplifying parsing and data structure building
authorphillbush <phillbush@cock.li>
Sat, 30 May 2020 02:48:49 +0000 (23:48 -0300)
committerphillbush <phillbush@cock.li>
Sat, 30 May 2020 02:48:49 +0000 (23:48 -0300)
commita5ddd2cd225d8f53d91935759ec6108685efc452
tree3886528bcb33fc249ce8e90a5bd2f1843a450137
parent15dfafdfb1f994e204561a7572ad66985e0d5898
Simplifying parsing and data structure building

• Parsing of stdin was simplified by using conventional stdlib functions
  rather than parsing the stdin byte-by-byte.
• Splited parsing of textual input and building of internal data
  structures into two different functions.
xmenu.c