diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-16 19:23:58 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-16 19:23:58 +0000 |
| commit | 9a730bfce2e0062f09201d0debe9b08a2ecb4d99 (patch) | |
| tree | 079ee8c9c61dcf01f76ec8eef842df3a947f5983 /index.html | |
| parent | 7761eafe0d32042ccb04440c3761c42ed02237d0 (diff) | |
| download | sql-plus-plus-9a730bfce2e0062f09201d0debe9b08a2ecb4d99.tar.xz sql-plus-plus-9a730bfce2e0062f09201d0debe9b08a2ecb4d99.zip | |
Display current cursor row/col
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ <div class="row footer"> <div id="execution-status" class="exec-idle">Idle</div> <div id="execution-time"></div> - <div id="row-count"></div> + <div id="cursor-coords"></div> </div> </div> <script> |