Home > Computers, Writing > WordStar – My Choice in WordProcessors

WordStar – My Choice in WordProcessors


Update here.


I was introduced to WordStar many, many moons ago.  I built myself a Ferguson BigBoard CP/M based computer (the system came with a board and parts.  I had to buy my own soldering iron), bought a Hazeltine 1400 terminal and two 8 inch floppy disk drives.  The terminal is so old, I can’t even find an image of it on the Internet.  That computer eventually fried… don’t ask.

Gerald Brandt - Big Board

The one thing I truly got from that system, was a deep love for WordStar from MicroPro.  I took to the command sequences like a fish to water.  Even after the BigBoard died, I stuck with WordStar and it’s command sequences.  Turbo Pascal used the WordStar keys, one of the text editors I use today has a WordStar mode (joe).

I’ve even remapped my Caps Lock key to be a Ctrl key to make keyboard navigation easier. That being said, I do seem to have gotten into the habit of using the cursor keys for navigation.  Hmmm.

Gerald Brandt - WordStar

I missed my WordStar.  Oh, I always had a DOS or CP/M Emulator available that would run WordStar, but then I couldn’t print quite right.  The files couldn’t be read by other apps for printing.  It was generally a pain.

So, I decided to double my pain… I wrote a WordStar ‘clone’.  It’s got most of the command sequences in it, it’s missing most of the dot commands, and has only rudimentary formatting support.  Still, it’s getting there.  I can pretty much read and write WordStar 4 and under files.  Wordstar 5 and up is coming.

Gerald Brandt - WordTsar (WordStar)

My next steps from here (once I get out of novel revision mode) is to

  1. complete printing
  2. complete the command keys
  3. complete the dot commands.
  4. add RTF read/write abilities (write for sure).
  5. read and write all WordStar files

Then I’ll look into adding macros.  I’ve never used WordStar macros, so it’s a new one on me.

WordTsar (yeah, bad name) isn’t a WYSIWYG wordprocessor, but it does try make things look close.  For example, the screen width is the printer width (hard coded to 8.5 x 11 for now).  The screen shot above uses Times New Roman as it’s font, so variable width fonts are displayed correctly.  Bold, italics, etc are displayed as is as well.  The main code base can deal with font changes and display the correct font, but a user can’t change the font yet.  These font styles do not yet follow the WordStar font table.  I’m not sure if they will.  I’ve added a full screen mode, since I hate distractions when I write.  The program is UTF-8 throughout, except reading and writing of WordStar files, that’s still 8 bit ASCII.

It’s currently at version 0.0.1 Alpha, but it’s pretty stable and usable.  It has one crashing bug that I’m working on (weird delete problem).

I use wxWidgets to code it, so it’s cross platform: Windows, Linux, and OSX.  I currently only have the Linux version running, but next month, we’ll see.

Ahh, what I do to keep my programming skills up while I write!  Fun fun fun.

Categories: Computers, Writing Tags:
  1. Heston T. Holtmann
    April 29th, 2010 at 22:15 | #1
    Google Chrome 4.1.249.1064 Windows 7

    Wasn’t it said once that “Reinventing the wheel is a sure sign of a sick mind?”

    Nice effort for a version 0.0.1 alpha

    I say GPL3 the sucker, host all the code on one of the great free Mercurial (Hg) hosting services and let the community take it to the next level.

    I always thought the Name “WordTsar” was an awsome and fun name.. very memorable. I think the reference to historical Russian Communism is excellent for a non GUI word processor such as archaic as WordStar!

    Then again.. all the coding effort for crazy command-sequences.. you may has well Learn Vim with all the plug-ins available.. Ha Ha!

    Heston

  2. May 25th, 2010 at 19:30 | #2
    Mozilla Firefox 3.6.3 Linux

    In Linux, no WordStar clone that I know of has the full set of WS block commands, especially the ability to define a block, go fiddle around elsewhere, then either copy or move the block to the current location.

    An ideal WS clone would, for my 2 cents, include the ability to fully customize the keyboard. The choice of ^Q to introduce important commands was just crazy, especially when ^M was available. Whose pinkie finger is that nimble.

    In my dreams I also see a WS clone having macros, or at the very least a “delete previous word” command. (In MS Word and OpenOffice, I assign this to ^L.) I think I would learn Vi/Vim if someone could assure me that I could use those fine WS block commands.

    I grew up with WordStar 2.4 on a Morrow Micro Decision I with a single 8 1/2″ floppy drive. I absolutely loved it. I practically memorized the manual.

    Too bad MicroPro shot themselves in the foot in the tradition-honored software company fashion: by growing too important to serve their users. It’s a mistake the original WordPerfect Corp. never made. They were Mormons and very attuned to customer service – you could suggest a fix/feature and it would be in the next $15 release. You could pretty much also clone the WS commands in WP, except for those darned block commands.

    I always say, an ISV could make a fortune building a really sophisticated word processing app. Word processing died in every meaningful sense with WordStar. With each new generation (WordPerfect => Word), we lost word-churning power. Few people remember how wonderful it was to be able to do everything from the keyboard. Control equals creativity and power. Articles like yours bring back fond memories.

  3. Greg
    May 28th, 2010 at 07:53 | #3
    Mozilla Firefox 3.6.3 Ubuntu Linux

    Ah, the smell of your big board going *poof* I remember it like it was yesterday. (I’m pretty sure I was in the room with the poor thing when it gave it’s all for you :)
    Didn’t you have those slimline Ratshack 8″ floppies? I remember some of those running around during that time.
    You had zero luck with computers back then if I recall.

    I’m also a Joe fan, I port it to any system I’m asked to work on. (that and bash)
    As for a pic of the 1400, best I could find on short notice is an ad for one from ’79 with a bad pic.
    http://books.google.com/books?id=DT0EAAAAMBAJ&pg=PA9&lpg=PA9&dq=%22Hazeltine+1400%22+terminal&source=bl&ots=MafvhBq02N&sig=-pVBbn90LD5IoJKTcR8ke8e7ZmQ&hl=en&ei=Jrf_S_64O4vANuez1Ds&sa=X&oi=book_result&ct=result&resnum=5&ved=0CBwQ6AEwBA

  4. May 28th, 2010 at 08:01 | #4
    Google Chrome 5.0.375.55 Linux

    Hi Greg,

    Yeah, I had bad luck then. I did have 2 of the slimline 8″ drives — double side if I recall.

    You were definitely there when the Big Board died, it was as your mom’s house.

    Thanks for the link to the image. Now I’m thinking my memory is fuzzy, ’cause thats not the Hazeltine I had. Mine was a monster, and has a separate keyboard. I’ll have to look through more Hazeltine terminal images.

  5. Darryl
    June 6th, 2010 at 16:17 | #5
    Mozilla Firefox 3.6.3 Windows Vista

    I loved WordPerfect 4.2. “Reveal codes” was true heaven. I could do pretty much anything with that program. Best was the paper overlay you could put around the function keys to twig you on all the permutations of them plus Control, Alt, and Shift.

    But if we’re talking nostalgia (and we are), my friends, my sister (!) and I banged out a lot of words with AppleWriter //e.

  6. June 15th, 2010 at 17:34 | #6
    Google Chrome 5.0.375.70 Linux

    Man, I can’t even remember the name of the word processor I used on the Commodore 64… PerfectWriter?

  7. Bob
    August 1st, 2010 at 14:16 | #7
    Mozilla Firefox 3.6.8 Windows XP

    Hey, I found your blog searching for Wordstar clones. Upon looking at wxWidgets I see that it’s also portable to some mobile formats.

    Do you know if Palm would be anywhere near the realm of possibility? Ever since I tried out the Alphasmart Dana (a mobile writing device running PalmOS) I have dreamed of having one with Wordstar on it. Not to mention how wonderful it would be if it could open/edit plain RTF files without having to juggle around with Star Exchange.

    I had Palmdosbox on an old Palm Treo phone and was able to use Wordstar with it but the Dana has a much slower cpu and an older version of palm.

    Interesting side note to all this: I find it uncanny how much we have in common. I’m also a work from home Dad who writes fiction, loves Wordstar, and I saw that you quoted Carl Sagan in your blog. That’s awesome. Well, take it easy.

  8. August 1st, 2010 at 22:44 | #8
    Safari 531.21.10 iOS 3.2

    I think a PALM version is out, but I’m thinking of a iPhone/iPad version.

  9. November 14th, 2010 at 14:45 | #9
    Mozilla Firefox 3.6.3 Windows XP

    This is so, so cool, Gerald! I still use WordStar (WordStar for DOS 7.0) for all my writing, for all the reasons I outline here: http://sfwriter.com/wordstar.htm

    It’s the best! But I’m very interested in your clone — good work, my friend!

  10. November 15th, 2010 at 01:17 | #10
    Google Chrome 7.0.517.44 Windows XP

    I would love Wordstar on the iPad, Gerald. I used it until I converted from CPM to Windows and though it continued for sometime in the DOS/Windows world, I consider that its owners abandoned the field to Word by sitting on their well-deserved but increasingly dusty laurels.

    That having been said, I’ll gladly jump on an iPad version. Remember, this puppy was running fine on a 64K Osborne and its peers so it wouldn’t have a problem running on the iPad. But . . . how will you duplicate the CTRL key so integral to Wordstar on a platform that doesn’t have one?

    Pat

  11. November 15th, 2010 at 08:05 | #11
    Google Chrome 7.0.517.44 Linux

    @Rob – Thanks! The basics are all there, but I really need to finish printing, RTF import/export, and macros before it’s really usable.

    @Pat – I haven’t started the iPad port yet, but I’ve been looking at code that use a custom keyboard. I should be able to get a CTRL key functioning.

  12. January 28th, 2011 at 17:06 | #12
    Google Chrome 8.0.552.237 Linux

    Wow! I just happened to come across this site while I’m in the middle of trying to put all the WordStar key bindings into jEdit. :-)

    I’d be highly interested in beta testing this when it’s ready!

    –Rich

  13. Shayne O
    October 4th, 2011 at 20:48 | #13
    Mozilla Firefox 7.0.1 Mac OS X 10

    Any progress on this? I’d love to use it on my mac!

  14. October 14th, 2011 at 09:10 | #14
    Google Chrome 14.0.835.202 Windows 7

    Shayne O :
    Mozilla Firefox 7.0.1 Mac OS X 10 *

    Any progress on this? I’d love to use it on my mac!

    Hi,

    Progress, yes. Ready for release, nope. I’m currently working on a nasty text display bug.

    Gerald

  1. No trackbacks yet.

Spam Protection by WP-SpamFree

What is 10 + 6 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

7 visitors online now
2 guests, 5 bots, 0 members
Max visitors today: 7 at 02:52 am GMT
This month: 20 at 02-02-2012 09:42 pm GMT
This year: 23 at 01-04-2012 06:18 am GMT
All time: 60 at 08-07-2010 05:01 pm GMT