Code Monkey home page Code Monkey logo

te's Issues

^K^B/^K selects lines, not blocks

In wordstar, the KB and KK commands select blocks of text from cursor to cursor, but TE, specifically the VT100 build, selects the LINES of KB to KK, which makes it slightly inconvenient to delete parts of lines, as it cannot do so.
Is there a command I am missing?

TECF: Can't read file

I modified TE.CF :
...
screen.columns = 120
...

then tried to use TECF, but got the following error message :

J>tecf patch te.com te.cf
TECF: Can't read file.

Why? te.com & te.cf are present:

J>sdir te.*

Directory For Drive J: User 0

Name     Bytes   Recs   Attributes      Name     Bytes   Recs   Attributes

TE BAK 2k 9 Dir RW TE CF 2k 9 Dir RW
TE COM 20k 149 Dir RW

Total Bytes = 24k Total Records = 167 Files Found = 3
Total 1k Blocks = 23 Used/Max Dir Entries For Drive J: 346/1024

J>

Could this be caused by CP/M being executed in Udo Munk's Z80SIM? I do not know...

Question about TE and 8080 CPU.

Hi Miguel:

I am interested to see if you have a version of this code that runs on at 8080 CPU. I am building
up my IMSAI 8080 computer (again) and want to use your editor.

I have the code downloaded here on a unix machine, I could have a go at building it with z88dk.
Do you know if that will have a chance of working? Is there a project already underway?

Tnx
Jc

Capabilities?, Compiler?

I dont see any description of the file size capacity of the editor. Can it edit files > TPA? I have several source and listing files > 80K. Can the editor page through these files? Also, I didnt see a mention of the compiler used to build this editor. Perhaps that could be added to either the makefile or the readme.
Thank you for sharing
Lawrence

Control codes >128

Hi!

I'm working on a configuration for the Enterprise running IS-DOS, and I've run into a minor issue; am I right in assuming that you can't specify control/navigation codes above 127? I believe the delete-right code produced on the Enterprise is 160, so I'm not sure how to specify that in the .cf file.

Regards,
HC

Missing include cfreader.h

Trying to build TECF shows the error:

#include "cfreader.h"

Error! File: cfreader.h - Can't open

Here's the SUB file I'm using to build (based on maketecf.bat):

cc tecf
ccopt tecf
zsm tecf
hextocom tecf

The assembly then fails later with lots of undefined symbols (possibly an unrelated issue?):

B1$ZSM TECF
Zilog/Mostek Z80 Assembler Version 3.4 (Z80 CPU)

Pass 1
Pass 2
0110 110000	 LD DE,ccfreemem
*****  Undefined symbol  *****
018D CD0000	 CALL main
*****  Undefined symbol  *****
0193 2A0000	 LD HL,(stdin)
*****  Undefined symbol  *****
0199 2A0000	 LD HL,(stdout)
*****  Undefined symbol  *****
0439 2A0000	 LD HL,(xm_top)
*****  Undefined symbol  *****
0455 220000	 LD (xm_top),HL
*****  Undefined symbol  *****
0458 ED5B0000	 LD DE,(xm_top)
*****  Undefined symbol  *****
[etc ...]

Missing cfreader.h

Trying to compile TECF...

CC reports
#include "cfreader.h"

Error! File: cfreader.h - Can't open

Looks like cfreader.h isn't in the repo.

Sources for Windows?

Hi, Miguel,
where can I find the sources for windows? I wont to compile these with gcc.
thx - kmatze

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.