Search Results

Search: Posts Made By: sadistik_exec
Forum: Programming 08-19-2008
20,522
Posted By sadistik_exec
Got it working great. Thanks for that guys,...
Got it working great. Thanks for that guys, overlooked the fact that I had to endwin().
Forum: Programming 08-19-2008
20,522
Posted By sadistik_exec
Thanks for that but I was looking to make it work...
Thanks for that but I was looking to make it work independent of the shell.
Forum: Programming 08-19-2008
20,522
Posted By sadistik_exec
Clearing screen in Python using curses?
Hi guys,

I've got the following code for clearing the screen in my Python shell using curses:


import curses

scrn = curses.initscr()
scrn.clear()
However, upon execution, my shell...
Forum: Programming 08-15-2008
14,223
Posted By sadistik_exec
Writing a shell in Python
Hi all,

For one of my projects I'm required to write a python shell which takes in the usual shell commands such as changing directory, clearing the screen and quitting the shell. I've found...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy