Hey Yash,
df
   Just check out what the value of COLOR_PAIRS of NCurses is in your system,
   this is the number of color pairs that we can have, mine says 64.
   It could really help improve the look of our gyte. I thought it was just
   8, and I was really struggling with colors, but 64 can improve things 
   a bit.
	
   Check out the 64 color pairs !!
	
   Also, our GYTE can handle DOS files now, we can also save as DOS files, justsd
   add a '\r' also whenever '\n' appears in the text that we will save.
   In VIM, type :help fileformat .
sdfds
Also, 
  chansdfdsfge variable NO_WINDOW in the `Makefile` to any positive integer,
and our gyte will have that many windows.
dsfsdf( Note :: Makefile )
  but, Of course, we should change some stuff to enable windows > 5, we put 
  limit, say 100.

